home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00003Series_1_3MTG11.PIC.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  589 b   |  24 lines

  1. on mouseUp
  2.   put "MTG11: 2-1/2" & QUOTE & " long x 1" & QUOTE & " dia." into field "mainmounting"
  3.   put "3rnd" into field "maincasterphoto"
  4.   set the puppet of sprite 10 to 0
  5.   puppetSound("sndforward")
  6.   puppetTransition(47, 1, 8)
  7.   if field "tblcaste,BRK_OP" contains "BRK1" then
  8.     if field "tblwheel,TG_OP" contains "TG1" then
  9.       play frame "3optiona"
  10.       abort()
  11.     else
  12.       play frame "3optionb"
  13.       abort()
  14.     end if
  15.   end if
  16.   if field "tblwheel,TG_OP" contains "TG1" then
  17.     play frame "3optionc"
  18.     abort()
  19.   else
  20.     play frame "3optiond"
  21.     abort()
  22.   end if
  23. end
  24.